CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - connected component

搜索资源列表

  1. BWLabel

    0下载:
  2. 一种最新的连通域标记方法,能够快速进行连通域标记-One of the latest connected component labeling method to quickly connected component labeling
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:2354
    • 提供者:孟凡龙
  1. UndirectedGraph

    0下载:
  2. 遍历一遍,判断图分为几部分(假定为P部分,即图有 P 个连通分量),对于每一个连通分量,如果无环则只能是树,即:边数=结点数-1,只要有一个满足边数>结点数-1,原图就有环. -Traverse again, the determination map is divided into several parts (assumed to section P, with P in Figure connected component), for each connected compone
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1337
    • 提供者:tscorner
  1. OpenCV

    0下载:
  2. 二值化一幅图像,用不同彩色填充连通域(连通分量),在二值图像中找出轮廓并存储。-Binarized image, communicating with a different fill color field (connected component) to identify the outline of the binary image and stored.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:661974
    • 提供者:唐琦
  1. mooney

    0下载:
  2. 月亮和五毛钱,主要考查了广度优先搜索、强连通分量、缩点、动态拓扑规划等相关知识-Moon and five cents, the main test of breadth-first search, strongly connected component, shrinkage point, dynamic topology planning and other related knowledge
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:31379
    • 提供者:刘晓辉
  1. liantongyu

    0下载:
  2. 八邻域实现的连通域标记,可以去除小的区域-Achieve eight neighborhood connected component labeling, you can remove some of the small non-candidate region
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6977
    • 提供者:小y
  1. Kosaraju

    0下载:
  2. 强连通分支Kosaraju算法+源码.txt -Strongly connected component Kosaraj strongly connected branch Kosaraju algorithm+ source code. Txt strongly connected components of Kosaraju algorithm+ source code. Txtu algorithm+ source code. Txt
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:854
    • 提供者:官兵列队
  1. ComponentConnectedLabelsTest

    0下载:
  2. 本算法使用两种方式实现了连通域分析,二次扫描法和种子填充法。-this algorithm realizes the connected component analysis,including two methods: two pass and seed filling.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3504902
    • 提供者:刘权
  1. ImageProcessing

    0下载:
  2. Connected component used to connect the component
  3. 所属分类:系统编程

  1. dingwei

    1下载:
  2. 在人脸局部图像中定位嘴的中心。MATLAB环境代码,配有实验用图。具体步骤:对输入图像进行二值化处理-标注二值图像中的连通分量-找出最大的连通分量-计算最大联通分量中心。《精通Matlab数字图像处理与识别》-The face part image is positioned in the center of the mouth. MATLAB environment code, with experimental Fig. Specific steps: input image binariz
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3303
    • 提供者:廖欣
  1. extracting_connected_components_morph

    0下载:
  2. a good implementation of connected component extracting in c++ for document analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:583550
    • 提供者:saman
  1. Conditional-diagnosability-of-alternating-group-n

    0下载:
  2. The growing size of a multiprocessor system increases its vulnerability to component failures. In order to maintain the system’s high reliability, it is crucial to identify and replace the faulty processors through testing, a process known as fau
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:185455
    • 提供者:AT
  1. cPPbiaoji

    0下载:
  2. c++图像连通域标记,附带详细注释,有需要的下,相信会有所帮助-c++ image connected component labeling, with detailed notes, there is need for the next, I believe will be helpful
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:9267
    • 提供者:shihao
  1. locateMouth

    0下载:
  2. 找出最大的连通分量(嘴) 当前最大连通分量的大小 当前最大连通分量的索引-The largest connected component of the current index size of the largest connected component of the current find the largest connected component (mouth)
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:697
    • 提供者:鸿志
  1. Kruskal

    0下载:
  2. Kruskal 算法是一种按照图中边的权值递增的顺序构造最小生成树的方法。其基本思想是:设无向连通网为G=(V,E),令G 的最小生成树为T,其初态为T=(V,{}),即开始时,最小生成树T 由图G 中的n 个顶点构成,顶点之间没有一条边,这样T 中各顶点各自构成一个连通分量。然后,按照边的权值由小到大的顺序,考察G 的边集E 中的各条边。若被考察的边的两个顶点属于T 的两个不同的连通分量,则将此边作为最小生成树的边加入到T 中,同时把两个连通分量连接为一个连通分量;若被考察边的两个顶点属于同一
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:12908
    • 提供者:崔哲
  1. GAOXIAO

    0下载:
  2. 本资源介绍了一种高效的基于二值图像的连通域标记的算法-The resource based on a two value image connected component labeling algorithm is efficient
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:536881
    • 提供者:jhjghj
  1. labe_forOpencv

    0下载:
  2. .c++连通区域标记算法2,功能和matlab 中的 bwlabel相似,用opencv 编写-.c++ connected component labeling algorithm 2, function and MATLAB similar to the bwlabel, prepared by opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:ffffffff
  1. getLargestCc

    0下载:
  2. This matlab program will detect the largest connected component
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1797
    • 提供者:beeni
  1. shujujiegousuanfa

    0下载:
  2. 各种最小生成树算法 最短路径算法 邻接矩阵和邻接表的相互转化 求连通分量的算法-Interconversion of various minimum spanning tree algorithm shortest path algorithm adjacency matrix and adjacency list of requirements connected component algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:13243
    • 提供者:haohaode
  1. fast_ccl

    0下载:
  2. Fast connected component labeling
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:31928
    • 提供者:Alex
  1. myedgedetec1

    0下载:
  2. 图像的连通区域标记,会将面积较大的两个连通区域标记,在检测肾脏感兴趣区时效果显著。-Connected region labeled image will be larger two connected component labeling, in the detection of renal ROIs effect is remarkable.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1122
    • 提供者:wen
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com